You Can Also Run `php Ini` In A

[Solved] You Can Also Run `php Ini` In A | Php - Code Explorer | yomemimo.com
Question : You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-curl` to temporarily ignore these required extensions.

Answered by : kennedy-tatah

composer install --ignore-platform-req=php --ignore-platform-req=ext-zip

Source : https://php.watch/articles/composer-ignore-platform-req | Last Update : Fri, 15 Jul 22

Answers related to you can also run `php ini` in a terminal to see which files are used by php in cli mode alternatively you can run composer with ` ignore platform req=ext curl` to temporarily ignore these required extensions

Code Explorer Popular Question For Php